(2019-10-05 15:58:13 UTC)
# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.10 Preprocessor-pretty-printer of OCaml
conf-m4 1 Virtual package relying on m4
coq 8.8.0 Formal proof management system.
num 1.2 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.8"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Simon Boulier <simon.boulier@inria.fr>"
"Cyril Cohen <cyril.cohen@inria.fr>"
"Matthieu Sozeau <matthieu.sozeau@inria.fr>"
"Nicolas Tabareau <nicolas.tabareau@inria.fr>"
"Théo Winterhalter <theo.winterhalter@inria.fr>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j%{jobs}%" "-C" "translations"]
]
install: [
[make "-C" "translations" "install"]
]
depends: [
"ocaml" {> "4.02.3"}
"coq" {>= "8.8" & < "8.9~"}
"coq-metacoq-template" {= version}
"coq-metacoq-checker" {= version}
]
synopsis: "Implementation and verification of an erasure procedure for Coq"
description: """
MetaCoq is a meta-programming framework for Coq.
The Translations modules provides implementation of standard translations
from type theory to type theory, e.g. parametricity and the `cross-bool`
translation that invalidates functional extensionality.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz"
checksum: "sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-metacoq-translations.1.0~alpha+8.8 coq.8.8.0Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 60m opam install -y --deps-only coq-metacoq-translations.1.0~alpha+8.8 coq.8.8.0opam list; echo; ulimit -Sv 4000000; timeout 1h opam install -y -v coq-metacoq-translations.1.0~alpha+8.8 coq.8.8.0# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.10 Preprocessor-pretty-printer of OCaml
conf-m4 1 Virtual package relying on m4
coq 8.8.0 Formal proof management system.
coq-metacoq-checker 1.0~alpha+8.8 Specification of Coq's type theory and reference checker implementation
coq-metacoq-template 1.0~alpha+8.8 A quoting and unquoting library for Coq in Coq
num 1.2 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
[NOTE] Package coq is already installed (current version is 8.8.0).
The following actions will be performed:
- install coq-metacoq-translations 1.0~alpha+8.8
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-metacoq-translations.1.0~alpha+8.8] found in cache
Processing 1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/2: [coq-metacoq-translations: sh]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "sh" "./configure.sh" (CWD=/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8)
- make -C template-coq mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/template-coq'
- rm -f Makefile.coq
- rm -f Makefile.plugin
- rm -f Makefile.template
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/template-coq'
- make -C pcuic mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/pcuic'
- rm -f metacoq-config
- rm -f Makefile.plugin _PluginProject
- rm -f Makefile.pcuic _CoqProject
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/pcuic'
- make -C safechecker mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/safechecker'
- rm -f metacoq-config
- rm -f Makefile.plugin _PluginProject
- rm -f Makefile.safechecker _CoqProject
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/safechecker'
- make -C erasure mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/erasure'
- rm -f Makefile.plugin
- rm -f Makefile.erasure
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/erasure'
- make -C checker mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/checker'
- rm -f Makefile.coq Makefile.plugin _CoqProject _PluginProject
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/checker'
- make -C test-suite mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/test-suite'
- rm -f Makefile.coq
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/test-suite'
- make -C translations mrproper
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
- rm -f Makefile.coq
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
- ./configure.sh: 19: [: unexpected operator
- Building MetaCoq globally (default)
Processing 1/2: [coq-metacoq-translations: make translations]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j7" "-C" "translations" (CWD=/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8)
- make: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
- cat metacoq-config > _CoqProject
- cat _CoqProject.in >> _CoqProject
- coq_makefile -f _CoqProject -o Makefile.coq
- make -f Makefile.coq
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
- COQDEP VFILES
- COQC MiniHoTT.v
- COQC MiniHoTT_paths.v
- COQC sigma.v
- COQC translation_utils.v
- COQC param_cheap_packed_correctness.v
- COQC param_generous_packed_correctness.v
- File "./MiniHoTT.v", line 37, characters 0-198:
- Warning: Notation exists _ .. _ , _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT.v", line 41, characters 0-64:
- Warning: Notation { _ : _ & _ } was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT.v", line 139, characters 0-52:
- Warning: Notation _ = _ :> _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT.v", line 140, characters 0-45:
- Warning: Notation _ = _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT_paths.v", line 41, characters 0-198:
- Warning: Notation exists _ .. _ , _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT_paths.v", line 45, characters 0-64:
- Warning: Notation { _ : _ & _ } was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT_paths.v", line 143, characters 0-52:
- Warning: Notation _ = _ :> _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./MiniHoTT_paths.v", line 144, characters 0-45:
- Warning: Notation _ = _ was already used in scope type_scope.
- [notation-overridden,parsing]
- COQC param_cheap_packed.v
- COQC param_generous_packed.v
- ("Translate" ++ "nat")%string
- (Some
- (IndRef
- {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}))
- Coq.Init.Datatypes.nat has been translated.
- ([InductiveDecl "Coq.Init.Datatypes.nat"
- {|
- ind_finite := Finite;
- ind_npars := 0;
- ind_params := [];
- ind_bodies := [{|
- ind_name := "nat";
- ind_type := tSort (NEL.sing (Level.lSet, false));
- ind_kelim := [InProp; InSet; InType];
- ind_ctors := [("O", tRel 0, 0);
- ("S", tProd nAnon (tRel 0) (tRel 1), 1)];
- ind_projs := [] |}];
- ind_universes := Monomorphic_ctx
- ({|
- LevelSet.this := [];
- LevelSet.is_ok := LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}) |}],
- Monomorphic_ctx
- ({| LevelSet.this := []; LevelSet.is_ok := LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}),
- [(IndRef {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |},
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.sigma.sigma";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lSet, false));
- tLambda (nNamed "A") (tSort (NEL.sing (Level.lSet, false)))
- (tProd nAnon (tRel 0) (tSort (NEL.sing (Level.lSet, false))));
- tInd {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [];
- tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_cheap_packed.natᵗ";
- inductive_ind := 0 |} []])])
- ("Translate" ++ "list")%string
- (Some
- (IndRef
- {| inductive_mind := "Coq.Init.Datatypes.list"; inductive_ind := 0 |}))
- Coq.Init.Datatypes.list has been translated.
- ([InductiveDecl "Coq.Init.Datatypes.list"
- {|
- ind_finite := Finite;
- ind_npars := 1;
- ind_params := [{|
- decl_name := nNamed "A";
- decl_body := None;
- decl_type := tSort
- (NEL.sing
- (Level.Level "Coq.Init.Datatypes.44",
- false)) |}];
- ind_bodies := [{|
- ind_name := "list";
- ind_type := tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "Coq.Init.Datatypes.44",
- false)))
- (tSort
- (NEL.cons (Level.lSet, false)
- (NEL.sing
- (Level.Level
- "Coq.Init.Datatypes.44", false))));
- ind_kelim := [InProp; InSet; InType];
- ind_ctors := [("nil",
- tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "Coq.Init.Datatypes.44",
- false)))
- (tApp (tRel 1) [tRel 0]), 0);
- ("cons",
- tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "Coq.Init.Datatypes.44",
- false)))
- (tProd nAnon (tRel 0)
- (tProd nAnon
- (tApp (tRel 2) [tRel 1])
- (tApp (tRel 3) [tRel 2]))), 2)];
- ind_projs := [] |}];
- ind_universes := Monomorphic_ctx
- ({|
- LevelSet.this := [Level.Level "Coq.Init.Datatypes.44"];
- LevelSet.is_ok := LevelSet.Raw.add_ok (s:=[])
- (Level.Level
- "Coq.Init.Datatypes.44")
- LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}) |}],
- Monomorphic_ctx
- ({| LevelSet.this := []; LevelSet.is_ok := LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}),
- [(IndRef
- {| inductive_mind := "Coq.Init.Datatypes.list"; inductive_ind := 0 |},
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.sigma.sigma";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "A")
- (tSort (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false)))
- (tSort
- (NEL.cons (Level.lSet, false)
- (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false))));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tSort (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false)))
- (tSort
- (NEL.cons (Level.lSet, false)
- (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false)))))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.sigma.sigma";
- inductive_ind := 0 |} [])
- [tSort (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.cons (Level.lSet, false)
- (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false))))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.cons (Level.lSet, false)
- (NEL.sing (Level.Level "Coq.Init.Datatypes.44", false))))))
- [tApp (tRel 1)
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.sigma.sigma";
- inductive_ind := 0 |}, 2, 0) (tRel 0)]]));
- tInd {| inductive_mind := "Coq.Init.Datatypes.list"; inductive_ind := 0 |}
- [];
- tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_cheap_packed.listᵗ";
- inductive_ind := 0 |} []])])
- listᵗ : forall A : TYPE, list A.1 -> Type
- : forall A : TYPE, list A.1 -> Type
- nilᵗ : forall A : TYPE, listᵗ A []
- : forall A : TYPE, listᵗ A []
- consᵗ
- :
- forall (A : TYPE) (x : El A) (lH : ∃ l : list A.1, listᵗ A l),
- listᵗ A (x.1 :: lH.1)
- : forall (A : TYPE) (x : El A) (lH : ∃ l : list A.1, listᵗ A l),
- listᵗ A (x.1 :: lH.1)
- COQC param_original.v
- COQC times_bool_fun.v
- File "./param_generous_packed.v", line 7, characters 0-30:
- Warning: Notation exists _ .. _ , _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./param_generous_packed.v", line 7, characters 0-30:
- Warning: Notation { _ : _ & _ } was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./param_generous_packed.v", line 7, characters 0-30:
- Warning: Notation _ = _ :> _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./param_generous_packed.v", line 7, characters 0-30:
- Warning: Notation _ = _ was already used in scope type_scope.
- [notation-overridden,parsing]
- ("Translate" ++ "Ty")
- (Some (ConstRef "MetaCoq.Translations.param_generous_packed.Ty"))
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.513", false)
- []))
- (Success
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.513",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.513",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.513", false))))]))
- "here"
- "Tyᵗ"
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.513", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.513",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.513",
- false))))])
- Fresh universe MetaCoq.Translations.param_generous_packed.514 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.515 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.516 was added to the context.
- "doneu"
- "Ty has been translated as Tyᵗ"
- Tyᵗ : El Tyᵗ
- : El Tyᵗ
- "sigT has been translated as sigTᵗ"
- "plop1"
- "plop2"
- "plop3"
- "plop4"
- "plop5"
- "plop6"
- "plop7"
- "existT has been translated as existTᵗ"
- "plop1"
- ([InductiveDecl "MetaCoq.Translations.MiniHoTT_paths.sigT"
- {|
- ind_finite := BiFinite;
- ind_npars := 2;
- ind_params := [{|
- decl_name := nNamed "P";
- decl_body := None;
- decl_type := tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false))) |};
- {|
- decl_name := nNamed "A";
- decl_body := None;
- decl_type := tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)) |}];
- ind_bodies := [{|
- ind_name := "sigT";
- ind_type := tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)))
- (tProd (nNamed "P")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false))))
- (tSort
- (NEL.cons
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false)))));
- ind_kelim := [InProp; InSet; InType];
- ind_ctors := [("existT",
- tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)))
- (tProd (nNamed "P")
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false))))
- (tProd (nNamed "projT1")
- (tRel 1)
- (tProd (nNamed "projT2")
- (tApp (tRel 1) [tRel 0])
- (tApp (tRel 4) [tRel 3; tRel 2])))),
- 2)];
- ind_projs := [("projT1", tRel 2);
- ("projT2",
- tApp (tRel 1)
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0)])] |}];
- ind_universes := Monomorphic_ctx
- ({|
- LevelSet.this := [Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.4"];
- LevelSet.is_ok := LevelSet.Raw.add_ok
- (s:=[Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.4")
- (LevelSet.Raw.add_ok
- (s:=
- [Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3")
- (LevelSet.Raw.add_ok
- (s:=
- [
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2")
- (LevelSet.Raw.add_ok (s:=[])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1")
- LevelSet.Raw.empty_ok))) |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}) |}],
- Monomorphic_ctx
- ({| LevelSet.this := []; LevelSet.is_ok := LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}),
- [(ConstructRef
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0, tConst "existTᵗ" []);
- (IndRef
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, tConst "sigTᵗ" [])])
- "plop"
- "plop2"
- File "./times_bool_fun.v", line 2, characters 0-68:
- Warning: Notation exists _ .. _ , _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./times_bool_fun.v", line 2, characters 0-68:
- Warning: Notation { _ : _ & _ } was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./times_bool_fun.v", line 2, characters 0-68:
- Warning: Notation _ = _ :> _ was already used in scope type_scope.
- [notation-overridden,parsing]
- File "./times_bool_fun.v", line 2, characters 0-68:
- Warning: Notation _ = _ was already used in scope type_scope.
- [notation-overridden,parsing]
- "plop3"
- Finished transaction in 0.98 secs (0.476u,0.008s) (successful)
- "yo"
- : string
- {|
- my_projT1 := Type;
- my_projT2 := forall (A : Type) (Aᵗ : A -> Type) (H : A), Aᵗ H -> Aᵗ H |}
- "sigT_ind has been translated as sigT_indᵗ"
- ("Translate" ++ "T")
- (Some (ConstRef "MetaCoq.Translations.param_original.T"))
- (tProd (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.479", false) []))
- (tProd nAnon (tRel 0) (tRel 1)))
- (Success
- (tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.479", false)))
- (tProd nAnon (tRel 0) (tRel 1)))
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.479", false)))
- (tProd (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.479",
- false))))
- (tProd nAnon (tRel 1)
- (tProd nAnon (tApp (tRel 1) [tRel 0])
- (tApp (tRel 2) [tApp (tRel 4) [tRel 3; tRel 1]])))))))
- "here"
- "Tᵗ"
- (tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.479", false)))
- (tProd nAnon (tRel 0) (tRel 1)))
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.479", false)))
- (tProd (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.479",
- false))))
- (tProd nAnon (tRel 1)
- (tProd nAnon (tApp (tRel 1) [tRel 0])
- (tApp (tRel 2) [tApp (tRel 4) [tRel 3; tRel 1]]))))))
- "doneu"
- "T has been translated as Tᵗ"
- ("Translate" ++ "tm")
- (Some (ConstRef "MetaCoq.Translations.param_original.tm"))
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.483", false) []))
- (tLambda (nNamed "x") (tRel 0) (tRel 0)))
- [tProd nAnon
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.484", false) []))
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.485", false) []));
- tLambda (nNamed "x")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.484", false) []))
- (tRel 0)])
- (Success
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.483", false)))
- (tLambda (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.483",
- false))))
- (tLambda (nNamed "x") (tRel 1)
- (tLambda (nNamed "xᵗ") (tApp (tRel 1) [tRel 0]) (tRel 0)))))
- [tProd nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.485", false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484",
- false)))
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.485",
- false))))
- (tProd nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484",
- false)))
- (tProd nAnon
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484",
- false))))
- (tProd nAnon (tApp (tRel 2) [tRel 1])
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.485",
- false))))));
- tLambda (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tRel 0);
- tLambda (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tLambda (nNamed "xᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484",
- false)))) (tRel 0))]))
- "here"
- "tmᵗ"
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.483", false)))
- (tLambda (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.483",
- false))))
- (tLambda (nNamed "x") (tRel 1)
- (tLambda (nNamed "xᵗ") (tApp (tRel 1) [tRel 0]) (tRel 0)))))
- [tProd nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.485", false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.485", false))))
- (tProd nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tProd nAnon
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484",
- false))))
- (tProd nAnon (tApp (tRel 2) [tRel 1])
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.485",
- false))))));
- tLambda (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tRel 0);
- tLambda (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484", false)))
- (tLambda (nNamed "xᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.484",
- false)))) (tRel 0))])
- "doneu"
- "tm has been translated as tmᵗ"
- ("Translate" ++ "nat")
- (Some
- (IndRef
- {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}))
- Coq.Init.Datatypes.nat has been translated.
- "~~~~~~~~~~~~~~~~~~"
- "Translating Coq.Init.Logic.eq"
- "go'"
- "done'"
- "Coq.Init.Logic.eq has been translated."
- ("Translate" ++ "bool")
- (Some
- (IndRef
- {| inductive_mind := "Coq.Init.Datatypes.bool"; inductive_ind := 0 |}))
- Coq.Init.Datatypes.bool has been translated.
- ("Translate" ++ "pred")
- (Some (ConstRef "MetaCoq.Template.utils.pred"))
- (tLambda (nNamed "A")
- (tSort
- (Universe.make'' (Level.Level "MetaCoq.Template.utils.4", false) []))
- (tProd nAnon (tRel 0)
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} [])))
- (Success
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.Level "MetaCoq.Template.utils.4", false)))
- (tLambda (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.Level "MetaCoq.Template.utils.4", false))))
- (tLambda (nNamed "f")
- (tProd nAnon (tRel 1)
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []))
- (tProd nAnon (tRel 2)
- (tProd nAnon (tApp (tRel 2) [tRel 0])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.boolᵗ";
- inductive_ind := 0 |} [])
- [tApp (tRel 2) [tRel 1]])))))))
- "here"
- "predᵗ"
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.Level "MetaCoq.Template.utils.4", false)))
- (tLambda (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.Level "MetaCoq.Template.utils.4", false))))
- (tLambda (nNamed "f")
- (tProd nAnon (tRel 1)
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []))
- (tProd nAnon (tRel 2)
- (tProd nAnon (tApp (tRel 2) [tRel 0])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.boolᵗ";
- inductive_ind := 0 |} []) [tApp (tRel 2) [tRel 1]]))))))
- "Translating MetaCoq.Translations.MiniHoTT.paths"
- "doneu"
- "go"
- "pred has been translated as predᵗ"
- "done"
- "here"
- (tsl_ident (ident_of_kn "MetaCoq.Translations.MiniHoTT.paths"))
- ("Translate" ++ "ID")
- (Some (ConstRef "MetaCoq.Translations.param_original.Id1.ID"))
- (tProd (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.506", false) []))
- (tProd nAnon (tRel 0) (tRel 1)))
- (Success
- (tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506", false)))
- (tProd nAnon (tRel 0) (tRel 1)))
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506", false)))
- (tProd (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false))))
- (tProd nAnon (tRel 1)
- (tProd nAnon (tApp (tRel 1) [tRel 0])
- (tApp (tRel 2) [tApp (tRel 4) [tRel 3; tRel 1]])))))))
- "here"
- "IDᵗ"
- (tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506", false)))
- (tProd nAnon (tRel 0) (tRel 1)))
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506", false)))
- (tProd (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false))))
- (tProd nAnon (tRel 1)
- (tProd nAnon (tApp (tRel 1) [tRel 0])
- (tApp (tRel 2) [tApp (tRel 4) [tRel 3; tRel 1]]))))))
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "A")
- (tSort (NEL.sing (Level.Level "Coq.Init.Logic.8", false)))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x") (tRel 0)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd nAnon (tRel 1) (tSort (NEL.sing (Level.lProp, false)));
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd {| inductive_mind := "Coq.Init.Datatypes.bool"; inductive_ind := 0 |}
- [];
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.Level "Coq.Init.Logic.8", false)))
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "x") (tRel 0)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd nAnon (tRel 1) (tSort (NEL.sing (Level.lProp, false)));
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} [];
- tLambda (nNamed "x") (tRel 0)
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon (tRel 1) (tSort (NEL.sing (Level.lProp, false)));
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} [];
- tLambda nAnon (tRel 1)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.eqᵗ";
- inductive_ind := 0 |} []) [tRel 2; tRel 1; tRel 0]);
- tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} 0 []]);
- tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} 0 []]);
- tConstruct
- {| inductive_mind := "Coq.Init.Datatypes.bool"; inductive_ind := 0 |} 0
- []])
- "doneu"
- "ID has been translated as IDᵗ"
- "there"
- ("Translate" ++ "toto")
- (Some (ConstRef "MetaCoq.Translations.param_original.Id1.toto"))
- (tLambda (nNamed "n")
- (tInd {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [])
- (tApp
- (tLambda (nNamed "y")
- (tProd (nNamed "x")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.515",
- false) []))
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} []))
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []))
- [tLambda nAnon
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.515", false)
- [])) (tRel 1)]))
- "paths has been translated as pathsᵗ"
- (Success
- (tLambda (nNamed "n")
- (tInd
- {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [])
- (tLambda (nNamed "nᵗ")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} []) [tRel 0])
- (tApp
- (tLambda (nNamed "y")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.515", false)))
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} []))
- (tLambda (nNamed "yᵗ")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.515",
- false)))
- (tProd (nNamed "xᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.515",
- false))))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} [])
- [tApp (tRel 2) [tRel 1]])))
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 0 [])))
- [tLambda nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.515",
- false))) (tRel 2);
- tLambda nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.515",
- false)))
- (tLambda nAnon
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.515",
- false)))) (tRel 2))]))))
- "here"
- "totoᵗ"
- (tLambda (nNamed "n")
- (tInd {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [])
- (tLambda (nNamed "nᵗ")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} []) [tRel 0])
- (tApp
- (tLambda (nNamed "y")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.515",
- false)))
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} []))
- (tLambda (nNamed "yᵗ")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.515", false)))
- (tProd (nNamed "xᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.515",
- false))))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} [])
- [tApp (tRel 2) [tRel 1]])))
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 0 [])))
- [tLambda nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.515",
- false))) (tRel 2);
- tLambda nAnon
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.515",
- false)))
- (tLambda nAnon
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.515",
- false)))) (tRel 2))])))
- "doneu"
- "toto has been translated as totoᵗ"
- "paths has been translated as pathsᵗ"
- ("Translate" ++ "my_id")
- (Some (ConstRef "MetaCoq.Translations.param_original.Id1.my_id"))
- (tLetIn (nNamed "n")
- (tApp
- (tConstruct
- {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]]]])
- (tInd {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [])
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} [])
- (tLambda (nNamed "y")
- (tProd (nNamed "x")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.506",
- false) [])) (tProd (nNamed "x0") (tRel 0) (tRel 1)))
- (tRel 0)))
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]];
- tLambda (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_original.506", false)
- []))
- (tLambda (nNamed "x") (tRel 0)
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} []) (tRel 1))
- [tRel 2]))]))
- "Translating Coq.Init.Logic.False"
- "plop1"
- "plop2"
- "plop3"
- "plop4"
- "go'"
- "plop5"
- "plop6"
- "plop7"
- "done'"
- "idpath has been translated as idpathᵗ"
- "plop1"
- (Success
- (tLetIn (nNamed "n")
- (tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]]]])
- (tInd
- {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [])
- (tLetIn (nNamed "nᵗ")
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 [];
- tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 0 []]]]]]]]]]]]])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} []) [tRel 0])
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} [])
- (tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} [])
- [tRel 0])
- (tLambda (nNamed "y")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false)))
- (tProd (nNamed "x0") (tRel 0) (tRel 1)))
- (tLambda (nNamed "yᵗ")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false)))
- (tProd (nNamed "xᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false))))
- (tProd (nNamed "x0")
- (tRel 1)
- (tProd (nNamed "x0ᵗ")
- (tApp (tRel 1) [tRel 0])
- (tApp (tRel 2)
- [tApp (tRel 4) [tRel 3; tRel 1]])))))
- (tRel 0)))))
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 [];
- tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 0 []]]]];
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false)))
- (tLambda (nNamed "x") (tRel 0)
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} [])
- (tRel 1)) [tRel 3]));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false)))
- (tLambda (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false))))
- (tLambda (nNamed "x") (tRel 1)
- (tLambda (nNamed "xᵗ") (tApp (tRel 1) [tRel 0])
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} [])
- (tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} [])
- [tRel 0]) (tRel 2)))
- [tRel 5; tRel 4]))))]))))
- "here"
- "my_idᵗ"
- ([InductiveDecl "MetaCoq.Translations.MiniHoTT_paths.paths"
- {|
- ind_finite := Finite;
- ind_npars := 2;
- ind_params := [{|
- decl_name := nNamed "a";
- decl_body := None;
- decl_type := tRel 0 |};
- {|
- decl_name := nNamed "A";
- decl_body := None;
- decl_type := tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.17",
- false)) |}];
- ind_bodies := [{|
- ind_name := "paths";
- ind_type := tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.17",
- false)))
- (tProd (nNamed "a")
- (tRel 0)
- (tProd nAnon (tRel 1)
- (tSort (NEL.sing (Level.lProp, false)))));
- ind_kelim := [InProp; InSet; InType];
- ind_ctors := [("idpath",
- tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.17",
- false)))
- (tProd (nNamed "a")
- (tRel 0)
- (tApp (tRel 2) [tRel 1; tRel 0; tRel 0])),
- 0)];
- ind_projs := [] |}];
- ind_universes := Monomorphic_ctx
- ({|
- LevelSet.this := [Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.17";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.18"];
- LevelSet.is_ok := LevelSet.Raw.add_ok
- (s:=[Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.17"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.18")
- (LevelSet.Raw.add_ok (s:=[])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.17")
- LevelSet.Raw.empty_ok) |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}) |};
- ConstantDecl "MetaCoq.Translations.MiniHoTT_paths.sigT_ind"
- {|
- cst_type := tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.MiniHoTT_paths.6",
- false)))
- (tProd (nNamed "B")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.7",
- false))))
- (tProd (nNamed "P")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tRel 1; tRel 0])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.8",
- false))))
- (tProd (nNamed "H")
- (tProd (nNamed "x") (tRel 2)
- (tProd (nNamed "y") (tApp (tRel 2) [tRel 0])
- (tApp (tRel 2)
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tRel 4; tRel 3; tRel 1; tRel 0]])))
- (tProd (nNamed "s")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tRel 3; tRel 2])
- (tApp (tRel 2) [tRel 0])))));
- cst_body := Some
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.6", false)))
- (tLambda (nNamed "B")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.7",
- false))))
- (tLambda (nNamed "P")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tRel 1; tRel 0])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.8",
- false))))
- (tLambda (nNamed "H")
- (tProd (nNamed "x") (tRel 2)
- (tProd (nNamed "y")
- (tApp (tRel 2) [tRel 0])
- (tApp (tRel 2)
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tRel 4; tRel 3; tRel 1; tRel 0]])))
- (tLambda (nNamed "s")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tRel 3; tRel 2])
- (tApp
- (tLambda (nNamed "projT3")
- (tRel 4)
- (tLambda (nNamed "projT4")
- (tApp (tRel 4) [tRel 0])
- (tApp (tRel 3) [tRel 1; tRel 0])))
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)]))))));
- cst_universes := Monomorphic_ctx
- ({|
- LevelSet.this := [];
- LevelSet.is_ok := LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}) |};
- InductiveDecl "MetaCoq.Translations.MiniHoTT_paths.sigT"
- {|
- ind_finite := BiFinite;
- ind_npars := 2;
- ind_params := [{|
- decl_name := nNamed "P";
- decl_body := None;
- decl_type := tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false))) |};
- {|
- decl_name := nNamed "A";
- decl_body := None;
- decl_type := tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)) |}];
- ind_bodies := [{|
- ind_name := "sigT";
- ind_type := tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)))
- (tProd (nNamed "P")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false))))
- (tSort
- (NEL.cons
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false)))));
- ind_kelim := [InProp; InSet; InType];
- ind_ctors := [("existT",
- tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2",
- false)))
- (tProd (nNamed "P")
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3",
- false))))
- (tProd (nNamed "projT1")
- (tRel 1)
- (tProd (nNamed "projT2")
- (tApp (tRel 1) [tRel 0])
- (tApp (tRel 4) [tRel 3; tRel 2])))),
- 2)];
- ind_projs := [("projT1", tRel 2);
- ("projT2",
- tApp (tRel 1)
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0)])] |}];
- ind_universes := Monomorphic_ctx
- ({|
- LevelSet.this := [Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.4"];
- LevelSet.is_ok := LevelSet.Raw.add_ok
- (s:=[Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.4")
- (LevelSet.Raw.add_ok
- (s:=
- [Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1";
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.3")
- (LevelSet.Raw.add_ok
- (s:=
- [
- Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1"])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.2")
- (LevelSet.Raw.add_ok (s:=[])
- (Level.Level
- "MetaCoq.Translations.MiniHoTT_paths.1")
- LevelSet.Raw.empty_ok))) |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}) |}],
- Monomorphic_ctx
- ({| LevelSet.this := []; LevelSet.is_ok := LevelSet.Raw.empty_ok |},
- {|
- ConstraintSet.this := [];
- ConstraintSet.is_ok := ConstraintSet.Raw.empty_ok |}),
- [(ConstructRef
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} 0, tConst "idpathᵗ" []);
- (IndRef
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |}, tConst "pathsᵗ" []);
- (ConstRef "MetaCoq.Translations.MiniHoTT_paths.sigT_ind",
- tConst "sigT_indᵗ" []);
- (ConstructRef
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0, tConst "existTᵗ" []);
- (IndRef
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, tConst "sigTᵗ" [])])
- (tLetIn (nNamed "n")
- (tApp
- (tConstruct
- {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]]]])
- (tInd {| inductive_mind := "Coq.Init.Datatypes.nat"; inductive_ind := 0 |}
- [])
- (tLetIn (nNamed "nᵗ")
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 [];
- tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 0 []]]]]]]]]]]]])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} []) [tRel 0])
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} [])
- (tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} []) [tRel 0])
- (tLambda (nNamed "y")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false))) (tProd (nNamed "x0") (tRel 0) (tRel 1)))
- (tLambda (nNamed "yᵗ")
- (tProd (nNamed "x")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false)))
- (tProd (nNamed "xᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_original.506",
- false))))
- (tProd (nNamed "x0") (tRel 1)
- (tProd (nNamed "x0ᵗ")
- (tApp (tRel 1) [tRel 0])
- (tApp (tRel 2)
- [tApp (tRel 4) [tRel 3; tRel 1]])))))
- (tRel 0)))))
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tApp
- (tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 []];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 1 [])
- [tConstruct
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} 0 [];
- tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} 0 []]]]];
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false)))
- (tLambda (nNamed "x") (tRel 0)
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} []) (tRel 1))
- [tRel 3]));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false)))
- (tLambda (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.506",
- false))))
- (tLambda (nNamed "x") (tRel 1)
- (tLambda (nNamed "xᵗ") (tApp (tRel 1) [tRel 0])
- (tApp
- (tLambda nAnon
- (tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.nat";
- inductive_ind := 0 |} [])
- (tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.natᵗ";
- inductive_ind := 0 |} [])
- [tRel 0]) (tRel 2)))
- [tRel 5; tRel 4]))))])))
- "doneu"
- "my_id has been translated as my_idᵗ"
- "~~~~~~~~~~~~~~~~~~"
- "Translating Coq.Init.Logic.eq"
- "go'"
- "done'"
- "Coq.Init.Logic.eq has been translated."
- "Translating MetaCoq.Translations.param_original.Id2.ID"
- "go"
- "done"
- "here"
- (tsl_ident (ident_of_kn "MetaCoq.Translations.param_original.Id2.ID"))
- (tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.530", false)))
- (tProd (nNamed "x") (tRel 0)
- (tProd (nNamed "y") (tRel 1)
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "Coq.Init.Logic.eq";
- inductive_ind := 0 |} []) [tRel 2; tRel 1; tRel 0])
- (tApp
- (tInd
- {|
- inductive_mind := "Coq.Init.Logic.eq";
- inductive_ind := 0 |} []) [tRel 3; tRel 2; tRel 1])))))
- (tProd (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.530", false)))
- (tProd (nNamed "Aᵗ")
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_original.530",
- false))))
- (tProd (nNamed "x") (tRel 1)
- (tProd (nNamed "xᵗ") (tApp (tRel 1) [tRel 0])
- (tProd (nNamed "y") (tRel 3)
- (tProd (nNamed "yᵗ") (tApp (tRel 3) [tRel 0])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "Coq.Init.Logic.eq";
- inductive_ind := 0 |} [])
- [tRel 5; tRel 3; tRel 1])
- (tProd (nNamed "pᵗ")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.Id2.eqᵗ";
- inductive_ind := 0 |} [])
- [tRel 6; tRel 5; tRel 4;
- tRel 3; tRel 2; tRel 1;
- tRel 0])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.param_original.Id2.eqᵗ";
- inductive_ind := 0 |} [])
- [tRel 7; tRel 6; tRel 5;
- tRel 4; tRel 3; tRel 2;
- tApp (tRel 8) [tRel 7; tRel 5; tRel 3; tRel 1]]))))))))))
- File "./param_original.v", line 226, characters 2-101:
- Error:
- The term
- "fun f : forall (A : Type) (x y : A), x = y -> x = y =>
- forall (A : Type) (Aᵗ : A -> Type) (x : A) (xᵗ : Aᵗ x)
- (y : A) (yᵗ : Aᵗ y) (p : x = y),
- eqᵗ A Aᵗ x xᵗ y yᵗ p -> eqᵗ A Aᵗ x xᵗ y yᵗ (f A x y p)" has type
- "(forall (A : Type) (x y : A), x = y -> x = y) -> Type"
- while it is expected to have type
- "(forall (A : Type) (x y : A), x = y -> x = y) -> Prop".
-
- "Coq.Init.Logic.False has been translated."
- Makefile.coq:656: recipe for target 'param_original.vo' failed
- make[2]: *** [param_original.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- "Translating MetaCoq.Translations.times_bool_fun.NotFunext"
- "go"
- "done"
- "plop"
- "here"
- (tsl_ident (ident_of_kn "MetaCoq.Translations.times_bool_fun.NotFunext"))
- "plop2"
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd (nNamed "A") (tSort (NEL.sing (Level.lSet, false)))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd (nNamed "B") (tSort (NEL.sing (Level.lSet, false)))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd nAnon (tRel 1) (tRel 1);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd nAnon (tRel 2) (tRel 2);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tRel 3)
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3]))
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]]))
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0]]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.prod";
- inductive_ind := 0 |} [])
- [
- tProd nAnon
- (tRel 4)
- (tRel 4);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]]))
- [tRel 2]))
- [tRel 1]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []]);
- tInd
- {|
- inductive_mind := "Coq.Init.Datatypes.bool";
- inductive_ind := 0 |} []])
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.times_bool_fun.Falseᵗ";
- inductive_ind := 0 |} []);
- tInd {| inductive_mind := "Coq.Init.Datatypes.bool"; inductive_ind := 0 |}
- []])
- File "./times_bool_fun.v", line 229, characters 0-163:
- Error:
- The term
- "((forall A : Set,
- (forall B : Set,
- (forall f : (A -> B) × bool,
- (forall g : (A -> B) × bool,
- ((forall x : A, π1 (π1 (π1 pathsᵗ B) (π1 f x)) (π1 g x)) × bool ->
- π1 (π1 (π1 pathsᵗ ((A -> B) × bool)) f) g) × bool) × bool) × bool)
- × bool) × bool -> Falseᵗ) × bool" has type "Type"
- while it is expected to have type "Set".
-
- Makefile.coq:656: recipe for target 'times_bool_fun.vo' failed
- make[2]: *** [times_bool_fun.vo] Error 1
- "plop3"
- "paths_ind has been translated as paths_indᵗ"
- ("Translate" ++ "Funext")
- (Some (ConstRef "MetaCoq.Translations.param_generous_packed.Funext"))
- (tProd (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.590",
- false) []))
- (tProd (nNamed "B")
- (tProd nAnon (tRel 0)
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.591",
- false) [])))
- (tProd (nNamed "f")
- (tProd (nNamed "x") (tRel 1) (tApp (tRel 1) [tRel 0]))
- (tProd (nNamed "g")
- (tProd (nNamed "x") (tRel 2) (tApp (tRel 2) [tRel 0]))
- (tProd nAnon
- (tProd (nNamed "x") (tRel 3)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tApp (tRel 3) [tRel 0]; tApp (tRel 2) [tRel 0];
- tApp (tRel 1) [tRel 0]]))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x") (tRel 4) (tApp (tRel 4) [tRel 0]);
- tRel 2; tRel 1]))))))
- (Success
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A") (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0) (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))) [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1])))));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))) [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1]))))))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false))))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]) [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0) (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1])))))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1]))))
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing (..., false)))
- (tProd nAnon
- (tRel 0)
- (tSort (...)));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda
- (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2;
- tRel 1])))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing (..., false)))
- (tProd nAnon
- (tRel 0)
- (tSort (...)));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing (..., false));
- tLambda
- (nNamed "A")
- (tSort (...))
- (tProd nAnon (...) (...));
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tSort (...);
- tLambda (...) (...) (...);
- tApp (...) [...];
- tApp (...) [...]];
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...]];
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort fresh_universe;
- tLambda
- (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tApp
- (tProj (..., 2, 1) (...))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 3;
- tRel 1]))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing (..., false)))
- (tProd nAnon
- (tRel 0)
- (tSort (...)));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing (..., false));
- tLambda
- (nNamed "A")
- (tSort (...))
- (tProd nAnon (...) (...));
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tSort (...);
- tLambda (...) (...) (...);
- tApp (...) [...];
- tApp (...) [...]];
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...]];
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...];
- tApp (...) [...]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort fresh_universe;
- tLambda
- (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7))
- [tRel 0]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd {| ...; ... |} [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...)])
- (tApp
- (tProj (..., 2, 0) (...))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd {| ...; ... |} [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...)])
- (tApp
- (tApp (...) [...])
- [tApp (...) [...]]))];
- tRel 4;
- tRel 2])
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]]))]))
- "here"
- "Funextᵗ"
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A") (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0) (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.590",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.590",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))) [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]) [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1])))));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))) [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)) [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1]))))))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.590",
- false))))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]) [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1])))))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1]))))
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)) [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda
- (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 2; tRel 1])))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing (..., false)))
- (tProd nAnon
- (tRel 0)
- (tSort (...)));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 0]]]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing (..., false));
- tLambda
- (nNamed "A")
- (tSort (...))
- (tProd nAnon (...) (...));
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort fresh_universe;
- tLambda
- (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 3;
- tRel 1]))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 7)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.591",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing (..., false)))
- (tProd nAnon
- (tRel 0)
- (tSort (...)));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing (..., false));
- tLambda
- (nNamed "A")
- (tSort (...))
- (tProd nAnon (...) (...));
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort fresh_universe;
- tLambda
- (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe));
- tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7))
- [tRel 0]);
- tLambda
- (nNamed "f")
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 8);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 8)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 7))
- [tRel 0]))
- (tProd
- (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 9);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 9)])
- (tApp
- (tApp
- (tProj (..., 2, 1) (...))
- [tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tRel 4;
- tRel 2])
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]]))) [tApp (tRel 1) [tRel 0]]))])
- Fresh universe MetaCoq.Translations.param_generous_packed.595 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.596 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.597 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.598 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.599 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.600 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.601 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.602 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.603 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.604 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.605 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.606 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.607 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.608 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.609 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.610 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.611 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.612 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.613 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.614 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.615 was added to the context.
- "doneu"
- "Funext has been translated as Funextᵗ"
- ("Translate" ++ "FALSE")
- (Some (ConstRef "MetaCoq.Translations.param_generous_packed.FALSE"))
- (tProd (nNamed "X")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.627",
- false) [])) (tRel 0))
- (Success
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd (nNamed "X")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false))))])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0));
- tLambda (nNamed "f")
- (tProd (nNamed "X")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false))))])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0)))
- (tProd (nNamed "X")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0))
- [tApp (tRel 1) [tRel 0]]))]))
- "here"
- "FALSEᵗ"
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd (nNamed "X")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.627",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.627",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false))))])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0));
- tLambda (nNamed "f")
- (tProd (nNamed "X")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false))))])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0)))
- (tProd (nNamed "X")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.627",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0))
- [tApp (tRel 1) [tRel 0]]))])
- Fresh universe MetaCoq.Translations.param_generous_packed.628 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.629 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.630 was added to the context.
- "doneu"
- "FALSE has been translated as FALSEᵗ"
- ("Translate" ++ "UIP")
- (Some (ConstRef "MetaCoq.Translations.param_generous_packed.UIP"))
- (tProd (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.637",
- false) []))
- (tProd (nNamed "x") (tRel 0)
- (tProd (nNamed "y") (tRel 1)
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} []) [tRel 2; tRel 1; tRel 0])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} []) [tRel 3; tRel 2; tRel 1])
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tRel 4; tRel 3; tRel 2]; tRel 1;
- tRel 0]))))))
- (Success
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A") (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0) (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false))))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0)])
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 1)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" [])) [tRel 2; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" [])) [tRel 2; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2]];
- tRel 1; tRel 0])))));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false))))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0)])
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 2; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 2; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2]];
- tRel 1; tRel 0]))))))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false))))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 2; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 2; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2]];
- tRel 1; tRel 0])))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 2]];
- tRel 1; tRel 0]))))
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.lProp, false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2]];
- tRel 1;
- tRel 0])))
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1]])
- (tApp
- (tLambda
- (nNamed "f")
- (tProd
- (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (Level.lProp, false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3]];
- tRel 1;
- tRel 0]))
- (tProd
- (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3]])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (Level.lProp, false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 8; tRel 6; tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 8; tRel 6; tRel 4]];
- tRel 2;
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]]))]))
- "here"
- "UIPᵗ"
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A") (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0) (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.637",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.637",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false))))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0)])
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 1)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" [])) [tRel 2; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" [])) [tRel 2; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" [])) [tRel 3; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" [])) [tRel 3; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2]];
- tRel 1; tRel 0])))));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false))))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 0)])
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tRel 1)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" [])) [tRel 2; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" [])) [tRel 2; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2]];
- tRel 1; tRel 0]))))))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.637",
- false))))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0)])
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 2; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 2; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 3; tRel 2]];
- tRel 1; tRel 0])))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 3; tRel 1; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 2];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 2]];
- tRel 1; tRel 0]))))
- (tProd (nNamed "y")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 4; tRel 2; tRel 0]])
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing (Level.lProp, false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2]];
- tRel 1; tRel 0])))
- (tProd (nNamed "p")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5; tRel 3; tRel 1]])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6; tRel 4; tRel 2]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (Level.lProp, false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3]];
- tRel 1;
- tRel 0]))
- (tProd (nNamed "q")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 7; tRel 5; tRel 3]])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tSort
- (NEL.sing
- (Level.lProp, false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false))));
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 8; tRel 6; tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 8; tRel 6; tRel 4]];
- tRel 2;
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]]))) [tApp (tRel 1) [tRel 0]]))])
- "doneu"
- "UIP has been translated as UIPᵗ"
- "False has been translated as Falseᵗ"
- ("Translate" ++ "equiv")
- (Some (ConstRef "MetaCoq.Translations.param_generous_packed.equiv"))
- (tLambda (nNamed "A")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.639",
- false) []))
- (tLambda (nNamed "B")
- (tSort
- (Universe.make''
- (Level.Level "MetaCoq.Translations.param_generous_packed.640",
- false) []))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon (tRel 1) (tRel 1);
- tLambda (nNamed "f") (tProd nAnon (tRel 1) (tRel 1))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon (tRel 1) (tRel 3);
- tLambda (nNamed "g") (tProd nAnon (tRel 1) (tRel 3))
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x") (tRel 3)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tRel 4; tApp (tRel 1) [tApp (tRel 2) [tRel 0]];
- tRel 0]);
- tLambda nAnon
- (tProd (nNamed "x") (tRel 3)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tRel 4; tApp (tRel 1) [tApp (tRel 2) [tRel 0]];
- tRel 0]))
- (tProd (nNamed "x") (tRel 3)
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.paths";
- inductive_ind := 0 |} [])
- [tRel 4; tApp (tRel 3) [tApp (tRel 2) [tRel 0]];
- tRel 0]))])])])))
- (Success
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))]) (tSort fresh_universe));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))]) (tSort fresh_universe)))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]])))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]])]]));
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [
- tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {| ...; ... |} 0 [])
- [
- tProj (..., 2, 0) (...);
- tProj (..., 2, 1) (...);
- tApp (...) [...];
- tApp (...) [...]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]])]]))]))
- "here"
- "equivᵗ"
- (tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.639",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639", false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))]) (tSort fresh_universe));
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))]) (tSort fresh_universe)))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tApp
- (tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]))) [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.639",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]])]]));
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.639",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.639",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.639",
- false))))])
- (tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.640",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda (nNamed "f")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "g")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1)])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3)))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)) [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort (NEL.sing (Level.lProp, false));
- tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon (tRel 0)
- (tSort (NEL.sing (Level.lProp, false))));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]) [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tSort (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5)])
- (tApp
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 6;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj (..., 2, 0) (...))
- [tRel 0];
- tApp
- (tProj (..., 2, 1) (...))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort (NEL.sing (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]);
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]]))])
- (tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3)])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "pathsᵗ" []))
- [tRel 4;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 0]]]];
- tRel 0]))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4)])
- (tApp
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "pathsᵗ" []))
- [tRel 5;
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 5);
- tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 5);
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 4))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 6);
- tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 6);
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 3))
- [tRel 0];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 3))
- [tRel 0]]]];
- tRel 0])
- [tApp (tRel 1) [tRel 0]])))]])]])]]))])
- Fresh universe MetaCoq.Translations.param_generous_packed.660 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.661 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.662 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.663 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.664 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.665 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.666 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.667 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.668 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.669 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.670 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.671 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.672 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.673 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.674 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.675 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.676 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.677 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.678 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.679 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.680 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.681 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.682 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.683 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.684 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.685 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.686 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.687 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.688 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.689 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.690 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.691 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.692 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.693 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.694 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.695 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.696 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.697 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.698 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.699 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.700 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.701 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.702 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.703 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.704 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.705 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.706 was added to the context.
- "doneu"
- "equiv has been translated as equivᵗ"
- "go"
- : string
- (Success
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710", false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))]) (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]]);
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]])]]);
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]]);
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda
- (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]])]])]];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))]) (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]]);
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]])]]);
- tLambda (nNamed "A")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1) (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe));
- tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))]) (tSort fresh_universe))
- (tProd (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tLambda (nNamed "A") (tSort fresh_universe)
- (tProd nAnon (tRel 0) (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]]);
- tLambda (nNamed "B")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.711",
- false))))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false)))
- (tProd nAnon (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.641",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tSort fresh_universe))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 2; tRel 1]])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]]);
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "equivᵗ" []))
- [tRel 1; tRel 0]])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort fresh_universe;
- tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon (tRel 0)
- (tSort fresh_universe));
- tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe);
- tLambda (nNamed "f")
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tSort fresh_universe))
- (tProd (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing (..., false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tLambda (nNamed "A")
- (tSort fresh_universe)
- (tProd nAnon
- (tRel 0)
- (tSort fresh_universe)))
- [tApp (tRel 1) [tRel 0]]));
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]]);
- tLambda (nNamed "P")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)));
- tLambda (nNamed "f")
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))))
- (tProd (nNamed "x")
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false));
- tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.710",
- false))))])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))))
- [tApp (tRel 1) [tRel 0]]))])
- (tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "sigTᵗ" []))
- [tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false));
- tLambda (nNamed "A")
- (tSort
- (NEL.sing
- (Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (
- Level.Level
- "MetaCoq.Translations.param_generous_packed.714",
- false))));
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]];
- tApp
- (tConstruct
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} 0 [])
- [tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false)));
- tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tSort
- (NEL.sing (Level.lProp, false))))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 4]])
- (tApp
- (tLambda
- (nNamed "A")
- (tSort
- (NEL.sing
- (Level.lProp, false)))
- (tProd nAnon
- (tRel 0)
- (tSort
- (NEL.sing
- (Level.lProp, false)))))
- [tApp (tRel 1) [tRel 0]]));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])));
- tLambda nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 0))
- [tRel 3];
- tApp
- (tProj
- ({|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 0))
- [tRel 3]])
- (tLambda (nNamed "f")
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 1))
- [tRel 3];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 1))
- [tRel 3]])
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tConst "Falseᵗ" [])))
- (tProd nAnon
- (tApp
- (tInd
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |} [])
- [
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 0)
- (tRel 2))
- [tRel 4];
- tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tRel 2))
- [tRel 4]])
- (tApp
- (tProj
- (
- {|
- inductive_mind := "MetaCoq.Translations.MiniHoTT_paths.sigT";
- inductive_ind := 0 |}, 2, 1)
- (tConst "Falseᵗ" []))
- [tApp (tRel 1) [tRel 0]])))]])]])]])]])]]]))
- Fresh universe MetaCoq.Translations.param_generous_packed.717 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.718 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.719 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.720 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.721 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.722 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.723 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.724 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.725 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.726 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.727 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.728 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.729 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.730 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.731 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.732 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.733 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.734 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.735 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.736 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.737 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.738 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.739 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.740 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.741 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.742 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.743 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.744 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.745 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.746 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.747 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.748 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.749 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.750 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.751 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.752 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.753 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.754 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.755 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.756 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.757 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.758 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.759 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.760 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.761 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.762 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.763 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.764 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.765 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.766 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.767 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.768 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.769 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.770 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.771 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.772 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.773 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.774 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.775 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.776 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.777 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.778 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.779 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.780 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.781 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.782 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.783 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.784 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.785 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.786 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.787 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.788 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.789 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.790 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.791 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.792 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.793 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.794 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.795 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.796 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.797 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.798 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.799 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.800 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.801 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.802 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.803 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.804 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.805 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.806 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.807 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.808 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.809 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.810 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.811 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.812 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.813 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.814 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.815 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.816 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.817 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.818 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.819 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.820 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.821 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.822 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.823 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.824 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.825 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.826 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.827 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.828 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.829 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.830 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.831 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.832 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.833 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.834 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.835 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.836 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.837 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.838 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.839 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.840 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.841 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.842 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.843 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.844 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.845 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.846 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.847 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.848 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.849 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.850 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.851 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.852 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.853 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.854 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.855 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.856 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.857 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.858 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.859 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.860 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.861 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.862 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.863 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.864 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.865 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.866 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.867 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.868 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.869 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.870 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.871 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.872 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.873 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.874 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.875 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.876 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.877 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.878 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.879 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.880 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.881 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.882 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.883 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.884 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.885 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.886 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.887 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.888 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.889 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.890 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.891 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.892 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.893 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.894 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.895 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.896 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.897 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.898 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.899 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.900 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.901 was added to the context.
- Fresh universe MetaCoq.Translations.param_generous_packed.902 was added to the context.
- Finished transaction in 7.305 secs (7.172u,0.115s) (successful)
- "proof"
- : string
- "notUnivalence has been translated as notUnivalenceᵗ"
- "done"
- Makefile.coq:317: recipe for target 'all' failed
- make[1]: *** [all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
- Makefile:2: recipe for target 'all' failed
- make: *** [all] Error 2
- make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
[ERROR] The compilation of coq-metacoq-translations failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j7 -C translations".
#=== ERROR while compiling coq-metacoq-translations.1.0~alpha+8.8 =============#
# context 2.0.1 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///home/bench/run/opam-coq-archive/released
# path ~/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j7 -C translations
# exit-code 2
# env-file ~/.opam/log/coq-metacoq-translations-10840-6d07ae.env
# output-file ~/.opam/log/coq-metacoq-translations-10840-6d07ae.out
### output ###
# [...]
# Fresh universe MetaCoq.Translations.param_generous_packed.902 was added to the context.
# Finished transaction in 7.305 secs (7.172u,0.115s) (successful)
# "proof"
# : string
# "notUnivalence has been translated as notUnivalenceᵗ"
# "done"
# Makefile.coq:317: recipe for target 'all' failed
# make[1]: *** [all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
# Makefile:2: recipe for target 'all' failed
# make: *** [all] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-metacoq-translations.1.0~alpha+8.8/translations'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-metacoq-translations 1.0~alpha+8.8
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-metacoq-translations.1.0~alpha+8.8 coq.8.8.0' failed.
No files were installed.
true